Method AddRedbPostgres(IServiceCollection, Action<RedbServiceConfiguration>?)

Assembly: redb.Postgres.dll

Registers REDB with configuration via lambda (main method).
Automatically registers all necessary providers and services.

[Obsolete("Use services.AddRedb(o => o.UsePostgres(connectionString)) from redb.Core.Extensions")]
public static IServiceCollection AddRedbPostgres(this IServiceCollection services, Action<RedbServiceConfiguration>? configure = null)